Adwaita: dark active buttons for osd
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 22 Aug 2014 14:55:23 +0000 (16:55 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 22 Aug 2014 14:55:23 +0000 (16:55 +0200)
gtk/resources/theme/Adwaita/_drawing.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 8347d96fba1ec0c4369567fd5a7394350d9dc2ef..3d508087cf23c04bb93451b607924a981d4856ab 100644 (file)
@@ -324,7 +324,7 @@ $widget_edge: 0 1px $borders_edge; //outer hilight "used" on
   //
   // active osd button
   //
-    $_bg: if($c!=$bg_color, $c, $selected_bg_color);
+    $_bg: if($c!=$bg_color, $c, $osd_borders_color);
     color: white;
     border-color: $osd_borders_color;
     background-image: linear-gradient(to bottom, $_bg);
index 1ade97f817ca9ee175a6e907bc02178dbeca3524..e992d9389702d8d39a951b88492db99def0da410 100644 (file)
@@ -391,7 +391,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
       border-style: solid;
       color: white;
       border-color: rgba(0, 0, 0, 0.7);
-      background-image: linear-gradient(to bottom, #215d9c);
+      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
       box-shadow: none;
       text-shadow: none;
       icon-shadow: none;
@@ -435,7 +435,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
       border-style: solid;
       color: white;
       border-color: rgba(0, 0, 0, 0.7);
-      background-image: linear-gradient(to bottom, #215d9c);
+      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
       box-shadow: none;
       text-shadow: none;
       icon-shadow: none; }
@@ -1467,7 +1467,7 @@ GtkTreeView.view.progressbar {
         border-style: solid;
         color: white;
         border-color: rgba(0, 0, 0, 0.7);
-        background-image: linear-gradient(to bottom, #215d9c);
+        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
         box-shadow: none;
         text-shadow: none;
         icon-shadow: none; }
@@ -2245,7 +2245,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
         border-style: solid;
         color: white;
         border-color: rgba(0, 0, 0, 0.7);
-        background-image: linear-gradient(to bottom, #215d9c);
+        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
         box-shadow: none;
         text-shadow: none;
         icon-shadow: none; }
@@ -3277,5 +3277,3 @@ GtkCalendar.header .button.titlebutton {
     box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
     border-color: transparent;
     transition-property: border, box-shadow, color; }
-
-/*# sourceMappingURL=gtk-contained-dark.css.map */
index b68d9de8f1c462432d01977d0bd419436a7e670b..926b0240ab65ba68150ff51b5c6edcb76c681f21 100644 (file)
@@ -383,7 +383,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
       border-style: solid;
       color: white;
       border-color: rgba(0, 0, 0, 0.7);
-      background-image: linear-gradient(to bottom, #4a90d9);
+      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
       box-shadow: none;
       text-shadow: none;
       icon-shadow: none;
@@ -427,7 +427,7 @@ GtkAssistant .sidebar GtkLabel.highlight {
       border-style: solid;
       color: white;
       border-color: rgba(0, 0, 0, 0.7);
-      background-image: linear-gradient(to bottom, #4a90d9);
+      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
       box-shadow: none;
       text-shadow: none;
       icon-shadow: none; }
@@ -1461,7 +1461,7 @@ GtkTreeView.view.progressbar {
         border-style: solid;
         color: white;
         border-color: rgba(0, 0, 0, 0.7);
-        background-image: linear-gradient(to bottom, #4a90d9);
+        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
         box-shadow: none;
         text-shadow: none;
         icon-shadow: none; }
@@ -2240,7 +2240,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
         border-style: solid;
         color: white;
         border-color: rgba(0, 0, 0, 0.7);
-        background-image: linear-gradient(to bottom, #4a90d9);
+        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7));
         box-shadow: none;
         text-shadow: none;
         icon-shadow: none; }
@@ -3273,5 +3273,3 @@ GtkCalendar.header .button.titlebutton {
     box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
     border-color: transparent;
     transition-property: border, box-shadow, color; }
-
-/*# sourceMappingURL=gtk-contained.css.map */